home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-13 | 794 b | 37 lines | [TEXT/MPS ] |
- //# Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef _ODDESLST_
- #define _ODDESLST_
-
- #ifndef _ODDESC_
- #include "ODDesc.idl"
- #endif
-
- //==============================================================================
- // Classes defined in this interface
- //==============================================================================
-
- interface ODDescList;
-
- //==============================================================================
- // ODDescList
- //==============================================================================
-
- interface ODDescList : ODDesc
- {
- void InitODDescList();
- #ifdef __SOMIDL__
- implementation
- {
- majorversion = 1; minorversion = 0;
-
- functionprefix = ODDescList;
-
- releaseorder:
- InitODDescList;
- };
- #endif
- };
-
- #endif //# _ODDESLST_
-